API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsAstraeus
Scripts
Lua
Arrays
IntArrayWrapper.h
1
// IntArrayWrapper.h
3
//
5
6
namespace
nkAstraeus::lua
7
{
11
class
DLL_ASTRAEUS_EXPORT
IntArrayWrapper
final
12
{
13
public :
14
15
// Environment update
21
static
void
updateEnvironment
(
nkScripts::Environment
* env) ;
22
} ;
23
}
nkAstraeus::lua
Encompasses the wrapping done for a Lua environment.
Definition:
ByteArrayWrapper.h:7
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition:
Environment.h:14
nkAstraeus::lua::IntArrayWrapper
Wraps a nkAstraeus::ArrayData<int> and offers functions for use in scripting.
Definition:
IntArrayWrapper.h:12
nkAstraeus::lua::IntArrayWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
Generated by
Doxygen
1.8.18